Click or drag to resize

PullSubscription Constructor (StandardFolder, EventType, Int32)

Initializes a new instance of the PullSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PullSubscription(
	StandardFolder standardFolder,
	EventType eventType,
	int timeout
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
eventType
Type: Independentsoft.ExchangeEventType
timeout
Type: SystemInt32
See Also